host-interaction/shortcut

interact with shortcut via IWshShortcut in .NET

rule:
  meta:
    name: interact with shortcut via IWshShortcut in .NET
    namespace: host-interaction/shortcut
    authors:
      - mehunhoff@google.com
    scopes:
      static: function
      dynamic: unsupported  # requires .NET Class feature
    references:
      - https://stackoverflow.com/questions/4897655/create-a-shortcut-on-desktop
  features:
    - or:
      - class: IWshRuntimeLibrary.IWshShortcut

last edited: 2024-09-20 22:13:55